Create pocketid.subdomain.conf.sample#790
Conversation
|
|
||
| server { | ||
| listen 443 ssl; | ||
| listen 443 quic; |
| listen 443 ssl; | ||
| listen 443 quic; | ||
| listen [::]:443 ssl; | ||
| listen [::]:443 quic; |
| # enable for Tinyauth (requires tinyauth-location.conf in the location block) | ||
| #include /config/nginx/tinyauth-server.conf; | ||
|
|
||
| if ($lan-ip = yes) { set $geo-whitelist yes; } |
There was a problem hiding this comment.
you dont know that users want geoblocking or have the mod to support it
| #include /config/nginx/tinyauth-server.conf; | ||
|
|
||
| if ($lan-ip = yes) { set $geo-whitelist yes; } | ||
| if ($geo-whitelist = no) { return 404; } |
There was a problem hiding this comment.
you dont know that users want geoblocking or have the mod to support it
drizuid
left a comment
There was a problem hiding this comment.
please review how we handle proxy confs and address the numerous issues here.
do
| set $upstream_proto http; | ||
| proxy_pass $upstream_proto://$upstream_app:$upstream_port; | ||
|
|
||
| ## Version 2023/02/09 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/proxy.conf.sample |
There was a problem hiding this comment.
im not sure what you're doing here, but this doesn't belong in this file and it's highly unlikely we would make overarching changes to proxy.conf which affects everything.
|
This pull request has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
Description
Benefits of this PR and context
How Has This Been Tested?
Source / References